explicit default values for everything, for consistency and to avoid notices when...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 11 Sep 2004 08:32:58 +0000 (08:32 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 11 Sep 2004 08:32:58 +0000 (08:32 +0000)
includes/RecentChange.php

index e35775b..1dba1ea 100644 (file)
@@ -199,6 +199,7 @@ class RecentChange
                        'rc_moved_to_ns'        => 0,
                        'rc_moved_to_title'     => '',
                        'rc_ip' => $ip,
+                       'rc_patrolled' => 0,
                        'rc_new'        => 0 # obsolete
                );
 
@@ -239,6 +240,7 @@ class RecentChange
                        'rc_moved_to_ns'    => 0,
                        'rc_moved_to_title' => '',
                        'rc_ip'             => $ip,
+                       'rc_patrolled'      => 0,
                        'rc_new'        => 1 # obsolete
                );